バージョン

CopyTo(RadialMenuTool[],Int32) メソッド

ICollection の要素を System.Array へコピーします。特定の System.Array インデックスを開始します。
シンタックス
'宣言
 
Public Overloads Sub CopyTo( _
   ByVal array() As RadialMenuTool, _
   ByVal arrayIndex As Integer _
) 
public void CopyTo( 
   RadialMenuTool[] array,
   int arrayIndex
)

パラメータ

array
System.Collections.Generic.ICollection<T> からコピーされた要素のコピー先である 1 次元 System.Array。System.Array はゼロベース インデックスを持つ必要があります。
arrayIndex
コピーの開始位置を示す、配列の0から始まるインデックス。
例外
例外解説
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
System.ArgumentOutOfRangeExceptionarrayIndex は 0 以下です。
System.ArgumentException配列は多次元です。または、ソース System.Collections.Generic.ICollection の要素数は、arrayIndex から格納先の配列使用可能なスペースより大きくなります。または、Type T はに自動的にキャストできません。
参照